﻿/*--------CHANGES JULY 2018---------*

-------------------------------------



*Changes on lines*-------------------

27 - remove min-width:800px

186 - remove min-width:748px

248 - remove width:100%



-------------------------------------

-------------------------------------



*New styling added*------------------

1804 onward - Added new css



***Revert - Images/ to /Assets/Images/***

-------------------------------------

-------------------------------- --*/

/* GLOBAL */

body, html {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    background: #020B12 url(/background.jpg) no-repeat 50% 0;
    background-size: 100% auto;
    /*min-width: 800px;*/
}

img, div, a, a:visited, a:active, button {
    border: none;
    outline: none;
}

img, div, p {
    margin: 0;
    padding: 0;
}

ul, ol {
    padding-left: 23px;
}

ul li, ol li {
    position: relative;
}

input, select, textarea {
    outline: none;
}

img {
    width: auto;
    height: auto;
}

.clear, .clear5, .clear10, .clear15 {
    clear: both;
    height: 0;
    margin: 0;
}

.clear {
    padding: 0;
}

.clear5 {
    padding: 5px 0 0 0;
}

.clear10 {
    padding: 10px 0 0 0;
}

.clear15 {
    padding: 15px 0 0 0;
}

h1, h2, h3, h4 {
    color: #838384;
    font-weight: normal;
    outline: none;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 12px;
    text-transform: uppercase;
}

h2 {
    font-size: 18px;
    padding: 18px 0 8px 0;
}

h3 {
    font-size: 14px;
    padding: 13px 0 0 0;
}

h4 {
    font-size: 12px;
}

p {
    padding: 0 0 13px 0;
}

a, a:visited, a:active {
    color: #333;
    /*text-decoration: underline;*/
    text-decoration: none;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover {
    outline: none;
    opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.hmvid a, .hmvid a:visited, .hmvid a:active {
    color: #333;
    text-decoration: underline;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hmvid a:hover {
    outline: none;
    opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

table {
    border-collapse: collapse;
    font-size: 11px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.wrap {
    word-wrap: break-word;
}

/* breaklonglines */

.shadow {
    /*behavior:url(Assets/Pie/PIE.htc);*/
    -moz-box-shadow: 3px 3px 4px #AAA;
    -webkit-box-shadow: 3px 3px 4px #AAA;
    box-shadow: 3px 3px 4px #AAA;
    position: relative;
}

.round {
    /*behavior:url(Assets/Pie/PIE.htc);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@font-face {}

/* Google Font: */

/* font-family: 'Titillium Web', sans-serif; | 'Titillium Web:400' | 'Titillium Web:400italic' | 'Titillium Web:600'*/

.preHeadDiv {
    height: 180px;
    padding: 0;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.35)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#59000000', GradientType=0);
}

#headDiv, #bodyHome, #bodyDiv, #footDiv {
    margin: 0;
    width: 100%;
    position: relative;
}

#headDiv {}

#bodyDiv {}

#footDiv {}

#headDiv .headDiv, #bodyHome .bodyHome, #bodyDiv .bodyDiv, #footDiv .footDiv, .foot-top .foot-top-hold {
    font-size: 12px;
    /*min-width: 748px;*/
    max-width: 971px;
    margin: 0 auto 0 auto;
    position: relative;
}

#headDiv .headDiv {
    padding: 25px 15px 0px;
}

#headDiv .newhomepage {
    padding-bottom: 30px;
}

#bodyHome .bodyHome, #bodyDiv .bodyDiv, #textBodyDiv .textBodyDiv {
    padding: 9px 15px;
}

#footDiv .footDiv {
    padding: 30px 15px 50px;
}

.foot-top .foot-top-hold {
    padding: 10px 15px;
}

/** HEADER | headDiv **/

#headDiv .logoHold {
    display: block;
    min-width: 100px;
    max-width: 288px;
    margin: 0;
    position: relative;
    z-index: 99;
}

#headDiv .logoHold img {
    max-width: 100%;
    height: auto;
    z-index: 99;
}

.topNav {
    position: absolute;
    top: 25px;
    right: 10px;
}

.topNav li {
    color: #FFF;
    display: inline-block;
    padding: 0 8px;
}

.topNav li+li {
    border-left: 1px solid #A6070D;
}

.topNav li a, .topNav li a:visited {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.6);
}

.topNav li a:hover {
    text-decoration: underline;
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

.head-col-hold {
    display: table;
    /*width: 100%;*/
}

.head-col1, .head-col2, .headerbannercontainer {
    display: table-cell;
    vertical-align: middle;
}

.head-col1 {
    width: 154px;
}

.head-col2 {
    padding: 0px 0 0 30px;
}

.headerbannercontainer {
    padding-left: 197px;
}

/** NAV **/

.leagueOnly {}

.loggedOutNav {
    float: left !important;
    margin-left: 160px !important;
}

#nav-hold {
    z-index: 88;
    margin: -14px 0 0 0;
    overflow: hidden;
}

#nav-hold {
    background-color: rgb(145, 6, 10);
    background-image: -moz-linear-gradient(top, rgba(145, 6, 10, 1) 0%, rgba(86, 9, 18, 1) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(145, 6, 10, 1)), color-stop(100%, rgba(86, 9, 18, 1)));
    background-image: -webkit-linear-gradient(top, rgba(145, 6, 10, 1) 0%, rgba(86, 9, 18, 1) 100%);
    background-image: -o-linear-gradient(top, rgba(145, 6, 10, 1) 0%, rgba(86, 9, 18, 1) 100%);
    background-image: -ms-linear-gradient(top, rgba(145, 6, 10, 1) 0%, rgba(86, 9, 18, 1) 100%);
    background-image: linear-gradient(to bottom, rgba(145, 6, 10, 1) 0%, rgba(86, 9, 18, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91060a', endColorstr='#560912', GradientType=0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#nav-hold ul {
    margin: 0;
    padding: 0;
}

#new-nav-hold {
    /*text-align:center;



margin-left:-40px;



float: left;

padding-top:50px;*/
    position: absolute;
    left: 140px;
    top: 150px;
}

#new-banner-hold {
    /*vertical-align:top;



margin-bottom:-50px;*/
}

.newNav {
    /* Affects the UL element */
    /*margin-left:160px !important;*/
    display: inline-block;
    overflow: hidden;
    z-index: 88;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.newNav li {
    /* Specifying a fallback color and we define CSS3 gradients for the major browsers: */
    z-index: 88;
    color: #FFF;
    display: inline-block;
    padding: 0 8px;
    position: relative;
    float: left;
    list-style: none;
}

.newNav li+li {
    border-left: 1px solid #FFF;
}

.newNav li a, .newNav li a:visited {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.6);
}

.newNav li a:hover {
    text-decoration: underline;
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

/* Treating the first LI and li:after elements separately */

.newNav li:first-child {}

.newNav li:first-child:after, .newNav li.selected:first-child:after {
    box-shadow: 1px 0 0 #a3a3a3, 2px 0 0 #fff;
    -moz-box-shadow: 1px 0 0 #a3a3a3, 2px 0 0 #fff;
    -webkit-box-shadow: 1px 0 0 #a3a3a3, 2px 0 0 #fff;
}

.newNav li:nth-last-child {
    border-radius: 0 4px 4px 0;
}

/* Treating the last LI and li:after elements separately */

.newNav li:last-child:after, .newNav li.selected:last-child:after {
    /*box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff; -moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff; -webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;*/
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.newNav li:hover:after, .newNav li.selected:after, .newNav li:target:after {
    /* This property triggers the CSS3 transition */
    opacity: 1;
}

.newNav:hover li.selected:after, .newNav:hover li:target:after {
    /* Hides the targeted li when we are hovering on the UL */
    opacity: 0;
}

.newNav li.selected:hover:after, .newNav li:target:hover:after {
    opacity: 1 !important;
}

.fancyNav {
    /* Affects the UL element */
    /*margin-left:160px !important;*/
    display: inline-block;
    float: right;
    overflow: hidden;
    z-index: 88;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.fancyNav li {
    /* Specifying a fallback color and we define CSS3 gradients for the major browsers: */
    z-index: 88;
    background-color: rgb(145, 6, 10);
    background-image: -moz-linear-gradient(top, rgba(145, 6, 10, 1) 0%, rgba(86, 9, 18, 1) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(145, 6, 10, 1)), color-stop(100%, rgba(86, 9, 18, 1)));
    background-image: -webkit-linear-gradient(top, rgba(145, 6, 10, 1) 0%, rgba(86, 9, 18, 1) 100%);
    background-image: -o-linear-gradient(top, rgba(145, 6, 10, 1) 0%, rgba(86, 9, 18, 1) 100%);
    background-image: -ms-linear-gradient(top, rgba(145, 6, 10, 1) 0%, rgba(86, 9, 18, 1) 100%);
    background-image: linear-gradient(to bottom, rgba(145, 6, 10, 1) 0%, rgba(86, 9, 18, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91060a', endColorstr='#560912', GradientType=0);
    border-left: 1px solid rgba(85, 9, 18, 0.5);
    /* Adding a 1px inset highlight for a more polished efect: */
    box-shadow: 1px -1px 0 rgba(145, 6, 10, 0.6) inset;
    -moz-box-shadow: 1px -1px 0 rgba(145, 6, 10, 0.6) inset;
    -webkit-box-shadow: 1px -1px 0 rgba(145, 6, 10, 0.6) inset;
    position: relative;
    float: left;
    list-style: none;
}

.fancyNav li:after {
    /* This creates a pseudo element inslide each LI */
    content: '.';
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    /* Gradients! */
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(86, 9, 18, 0.5)), color-stop(0.5, rgba(86, 9, 18, 0)), to(rgba(86, 9, 18, 0.5)));
    background-image: -moz-linear-gradient(left, rgba(86, 9, 18, 0.5), rgba(86, 9, 18, 0) 50%, rgba(86, 9, 18, 0.5));
    background-image: -o-linear-gradient(left, rgba(86, 9, 18, 0.5), rgba(86, 9, 18, 0) 50%, rgba(86, 9, 18, 0.5));
    background-image: -ms-linear-gradient(left, rgba(86, 9, 18, 0.5), rgba(86, 9, 18, 0) 50%, rgba(86, 9, 18, 0.5));
    background-image: linear-gradient(left, rgba(86, 9, 18, 0.5), rgba(86, 9, 18, 0) 50%, rgba(86, 9, 18, 0.5));
    /* This will create a smooth transition for the opacity property */
    -moz-transition: 0.25s all;
    -webkit-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
}

/* Treating the first LI and li:after elements separately */

.fancyNav li:first-child {}

.fancyNav li:first-child:after, .fancyNav li.selected:first-child:after {
    box-shadow: 1px 0 0 #a3a3a3, 2px 0 0 #fff;
    -moz-box-shadow: 1px 0 0 #a3a3a3, 2px 0 0 #fff;
    -webkit-box-shadow: 1px 0 0 #a3a3a3, 2px 0 0 #fff;
}

.fancyNav li:nth-last-child {
    border-radius: 0 4px 4px 0;
}

/* Treating the last LI and li:after elements separately */

.fancyNav li:last-child:after, .fancyNav li.selected:last-child:after {
    /*box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff; -moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff; -webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;*/
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.fancyNav li:hover:after, .fancyNav li.selected:after, .fancyNav li:target:after {
    /* This property triggers the CSS3 transition */
    opacity: 1;
}

.fancyNav:hover li.selected:after, .fancyNav:hover li:target:after {
    /* Hides the targeted li when we are hovering on the UL */
    opacity: 0;
}

.fancyNav li.selected:hover:after, .fancyNav li:target:hover:after {
    opacity: 1 !important;
}

/* Styling the anchor elements */

.fancyNav li a {
    color: #BB9798;
    display: inline-block;
    font: /* 20px/1 Lobster,*/
    Arial, Helvetica, sans-serif;
    padding: 12px 15px 14px;
    position: relative;
    text-shadow: 1px 1px 0 rgba(145, 6, 10, 0.6);
    z-index: 2;
    text-decoration: none !important;
    white-space: nowrap;
}

.fancyNav li a:hover, .fancyNav li.selected a {
    color: #FFF;
}

/** FTR | footDiv **/

#footDiv {
    font-size: 12px;
    padding-top: 20px;
    text-align: center
}

#footDiv .footDiv {
    color: #353C41;
}

.footDiv h3, .footDiv h4 {
    color: #CCC;
}

.footDiv p {
    font-size: 12px;
}

.footDiv a, .footDiv a:visited {
    color: #353C41;
    text-decoration: none;
}

.footDiv a:hover {
    color: #555;
    text-decoration: underline;
}

.site-info-table {
    display: table;
    width: 100%;
}

.site-info-col1, .site-info-col2 {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.site-info-col1 {}

.site-info-col2 {}

.site-info-table ul {
    display: inline-block;
    float: right;
}

.site-info-table ul li {
    float: left;
}

.site-info-table ul li+li:before {
    content: '//';
    padding: 0 8px;
}

/** BODY | bodyHome/bodyDiv **/

#bodyHome .bodyHome, #bodyDiv .bodyDiv {}

#bodyHome .bodyHome p, #bodyDiv .bodyDiv p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 8px;
}

/** HOME | bodyHome **/

#bodyHome .bodyHome {
    min-height: 250px;
}

/** HOME | Welcome **/

.welcome .options {
    float: left;
    width: 25%;
    margin: 0 1% 0 0;
}

.welcome .options a {
    margin: 0 0 12px 0;
}

.welcome .content {
    float: left;
    width: 74%;
}

.welcome .content h2 {
    text-transform: uppercase;
    line-height: 25px;
}

#bodyDiv .welcome p {
    line-height: 20px;
}

.welcome {
    margin: 25px 0;
}

.welcome:after, .homepagecontainer.content {
    content: '';
    width: 100%;
    display: table;
    clear: both;
}

.cover {
    background: rgba(59, 64, 68, 0.7);
    border: solid 1px rgb(59, 64, 68);
    padding: 5px 22px 22px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 15px 0;
}

.welcome .content .cover {
    margin: 0;
    padding: 5px 22px 8px;
}

#backtotop {
    position: fixed;
    bottom: -4px;
    right: 10px;
    display: inline-block;
    padding: 8px 12px;
    background: url(../Images/btn-home-bg.jpg) repeat-x;
    color: #FFF;
    font-weight: bold;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 100;
}

#backtotop:hover {
    bottom: 0;
}

.btn-how, .btn-create, .btn-join {
    color: #ccc !important;
    position: relative;
    margin: 15px auto;
    text-align: center;
}

.btnUpdateScoring {
    margin-bottom: 5px;
}

.btnDefaultScoring {
    margin-top: 5px;
}

/*.btn-how:after, .btn-create:after, .btn-join:after { content:' '; width:17px; height:20px; position:absolute; top:10px; right:10px;}

.btn-how:after { background:url(/Assets/Images/icon-how.png) no-repeat 50%;}

.btn-create:after { background:url(/Assets/Images/icon-create.png) no-repeat 50%;}

.btn-join:after { background:url(/Assets/Images/icon-join.png) no-repeat 50%;}*/
.homepagecontainer ol {
    list-style: none;
    padding: 0;
}

.homepagecontainer ol li {
    position: relative;
    padding: 10px 8px 10px 30px;
    border-bottom: 1px solid #ccc
}

.homepagecontainer ol li:before {
    background: #a01119;
    display: block;
    font-size: 11px;
    width: 20px;
    height: 16px;
    padding: 4px 0 0;
    position: absolute;
    top: 6px;
    left: 0;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff
}

.homepagecontainer ol li:first-child:before {
    content: '1';
}

.homepagecontainer ol li+li:before {
    content: '2';
}

.homepagecontainer ol li+li+li:before {
    content: '3';
}

.homepagecontainer ol li+li+li+li:before {
    content: '4';
}

.homepagecontainer ol li+li+li+li+li:before {
    content: '5';
}

.homepagecontainer ol li+li+li+li+li+li:before {
    content: '6';
}

.homepagecontainer ol li+li+li+li+li+li+li:before {
    content: '7';
}

.homepagecontainer ol li+li+li+li+li+li+li+li:before {
    content: '8';
}

.homepagecontainer ol li+li+li+li+li+li+li+li+li:before {
    content: '9';
}

.homepagecontainer ol li+li+li+li+li+li+li+li+li+li:before {
    content: '10';
}

.homepagecontainer ol li+li+li+li+li+li+li+li+li+li+li:before {
    content: '11';
}

.homepagecontainer ol li+li+li+li+li+li+li+li+li+li+li+li:before {
    content: '12';
}

.homepagecontainer ol li+li+li+li+li+li+li+li+li+li+li+li+li:before {
    content: '13';
}

.homepagecontainer ol li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {
    content: '14';
}

.homepagecontainer ol li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {
    content: '15';
}

.homepagecontainer ol li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {
    content: '16';
}

.homepagecontainer ol li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {
    content: '17';
}

.homepagecontainer ol li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {
    content: '18';
}

.homepagecontainer ol li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {
    content: '19';
}

.homepagecontainer ol li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {
    content: '20';
}

.homepagecontainer ol li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {
    content: '21';
}

.homepagecontainer ol li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {
    content: '22';
}

.homepagecontainer ol li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {
    content: '23';
}

.homepagecontainer ol li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {
    content: '24';
}

.homepagecontainer.content ol li {
    float: left;
    width: 30%;
}

/** GENERAL INTERNAL | bodyDiv **/

#bodyDiv .bodyDiv {}

.bodyDiv a, .bodyDiv a:visited {
    color: #0475C5;
    text-decoration: none;
    position: relative;
}

.bodyHome a, .bodyHome a:visited {
    color: #0475C5;
    text-decoration: none;
    position: relative;
}

.bodyDiv a:hover {
    color: #8ECEFD;
    text-decoration: none;
}

.bodyHome a:hover {
    color: #8ECEFD;
    text-decoration: none;
}

.bodyDiv .btn1, .bodyDiv .btn2, .bodyDiv .btn3, .bodyDiv .btn4 {
    border: none;
    color: #fff;
}

.bodyDiv .btn1:hover, .bodyDiv .btn2:hover, .bodyDiv .btn3:hover {
    color: #fff;
}

.bodyDiv .btn4:hover {
    color: #ccc;
}

.bodyDiv h1, .bodyDiv h2, .bodyDiv h3 {
    color: #fff;
    /*font-family:'Titillium Web', Arial, Helvetica, sans-serif ; font-weight:400;*/
}

.bodyDiv h1 {
    border-bottom: 1px solid #838384;
    padding: 0 0 13px 0;
}

.bodyHome h1, .bodyHome h2, .bodyHome h3 {
    color: #fff;
    /*font-family:'Titillium Web', Arial, Helvetica, sans-serif ; font-weight:400;*/
}

.bodyHome h1 {
    border-bottom: 1px solid #838384;
    padding: 0 0 13px 0;
}

.required {
    position: relative;
}

.required:after {
    content: '*';
    color: #E01227;
    display: block;
    font-size: 18px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -2px;
    left: -10px;
}

/** 2 COLUMN LAYOUT START **/

.bodyDiv .template-2-col {
    display: table;
    width: 100%;
    min-height: 500px;
    height: 500px;
}

.bodyHome .template-2-col {
    display: table;
    width: 100%;
    min-height: 500px;
    height: 500px;
}

.template-2-col .template-col1, .template-2-col .template-col2 {
    padding: 35px 15px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.35)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#59000000', GradientType=0);
}

.template-2-col .template-col1, .template-2-col .template-col2, .template-2-col .copy-col-margin {
    display: table-cell;
    vertical-align: top;
}

.template-2-col .copy-col-margin {
    width: 1%;
}

.template-2-col .template-col1 {
    width: 79.5%;
}

.template-2-col .template-col2 {
    width: 19.5%;
}

.copy-hold {
    padding-top: 15px;
}

.template-col2 h2 {
    color: #fff;
    padding: 0 0 13px 0;
}

.template-col2 ul, #cpMain_LeagueListControl2_pnlLeagues ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.template-col2 ul li, #cpMain_LeagueListControl2_pnlLeagues ul li {
    padding: 8px 15px;
}

.template-col2 ul li+li, #cpMain_LeagueListControl2_pnlLeagues ul li+li {
    border-top: 1px solid #14243B;
}

.template-col2 ul li:before, #cpMain_LeagueListControl2_pnlLeagues ul li:before {
    content: " ";
    position: absolute;
    top: 12px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #90060A;
    border-bottom: 4px solid transparent;
}

.template-col2 ul li a, .template-col2 ul li a:visited {
    color: #fff;
    text-decoration: none;
}

.template-col2 ul li a:hover {
    text-decoration: underline;
}

.leagescontrol {
    width: 155px;
}

/** 2 COLUMN LAYOUT END **/

/** 1 COLUMN LAYOUT START **/

.bodyDiv .template-1-col {
    min-height: 450px;
    padding: 35px 15px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.35)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#59000000', GradientType=0);
}

/** 1 COLUMN LAYOUT END **/

/** textBodyDiv **/

#textBodyDiv .textBodyDiv {
    /*min-width: 748px;*/
    max-width: 941px;
    margin: 0 auto 0 auto;
    position: relative;
}

#textBodyDiv {
    background-color: white;
    color: #555;
    font-family: 'Open Sans', sans-serif;
}

.textBodyDiv {
    font-size: 14px;
}

.textBodyDiv a, .textBodyDiv a:visited {
    font-family: 'Open Sans', sans-serif;
    color: #5278a7;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    font-size: 14px;
}

.textBodyDiv a:hover {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.textBodyDiv .btn1, .textBodyDiv .btn2, .textBodyDiv .btn3, .textBodyDiv .btn4 {
    border: none;
    color: #fff;
}

.textBodyDiv .btn1:hover, .textBodyDiv .btn2:hover, .textBodyDiv .btn3:hover {
    color: #fff;
}

.textBodyDiv .btn4:hover {
    color: #ccc;
}

.textBodyDiv h1, .textBodyDiv h2, .textBodyDiv h3 {
    color: #555;
    /*font-family:'Titillium Web', Arial, Helvetica, sans-serif ; font-weight:400;*/
}

.textBodyDiv h1 {
    border-bottom: 1px solid #838384;
    padding: 0 0 13px 0;
}

.textBodyDiv .data-tbl {
    color: #fff;
}

.textBodyDiv .youtubecontainer {
    width: 400px;
    display: inline-block;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.info .youtubecontainer {
    width: 50%;
}

.textpage-table-of-contents {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cfcfcf
}

.textpage-container h2 {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
    padding-bottom: 5px;
    color: #333
}

.textpage-container h3, .textpage-container h4 {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2em;
    color: #333
}

.textpage-container a {
    font-weight: 700
}

.textpage-container ul.toc {
    margin: 5px 0 10px 15px
}

.textpage-container ul.toc li {
    position: relative;
    line-height: 1.1em !important;
    list-style-type: disc;
    padding-left: 8px;
    padding-bottom: 10px;
}

.textpage-container ul.toc li span {
    position: absolute;
    top: -90px
}

.textpage-container ul.toc li a {
    line-height: 1.5em !important
}

.textpage-container ul.textpage {
    margin-left: 0 !important;
}

.textpage-container ul.textpage h4 {
    padding: 5px 0
}

.textpage-container ul.textpage h4 a {
    width: 100%;
    display: block;
    color: #333
}

.textpage-container ul.textpage p {
    margin: 0 0 1em
}

.textpage-container ul.textpage li {
    list-style-type: none !important
}

.textpage-container ul.textpage li ul {
    margin-left: 25px !important
}

.textpage-container ul.textpage li ul li {
    list-style-type: disc !important;
    padding-left: 8px !important;
    line-height: 1.4em !important
}

.textpage-container ul.textpage div {
    color: #555;
    line-height: 22px;
    margin: 0 0 20px
}

.textpage-container a.answer {
    display: block;
    position: relative
}

.textpage-container a.answer:target~h4 {
    background-color: #fff04d;
    padding-left: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

/** textBodyDiv END **/

.form-2col {
    padding: 15px 0;
    width: 90%;
}

.form-2col-row {
    display: table;
    width: 100%;
}

.form-2col-row .form-cell {
    display: table-cell;
    height: 27px;
    padding: 3px 0;
    vertical-align: middle;
}

.form-2col-row .form-cell:first-child {
    width: 35%;
    padding-right: 8px
}

.form-2col-row .form-cell+.form-cell {
    width: 65%;
}

.form-2col-row .form-cell label {
    text-transform: uppercase;
}

.form-2col .form-foot-row {
    padding: 10px 0 0 35%;
}

.form-2col .form-foot-row .btn {
    float: right;
}

.form-2col .form-title {
    border-bottom: 1px solid #838384;
    margin: 0 0 8px;
    padding: 8px 0;
}

.form-2col input[type=text], .form-2col input[type=password], .form-2col textarea {
    width: 96.5%;
}

/*.form-2col select, .form-2col .form-select { width:100%;}*/

.form-2col .check-label-hold {
    float: left;
    height: 16px;
    padding: 0 10px 0 0;
    vertical-align: top;
}

/** CREATE LEAGUE **/

/** REGISTER **/

/** LEAGUE FIXTURES **/

.data-hold {
    margin: 10px 0 0 0;
}

.data-hold h2 {
    border-bottom: 1px dotted #838384;
    padding: 10px;
}

.data-manage {
    display: table;
    width: 100%;
    padding: 0 0 10px;
}

.manage-col1, .manage-col2 {
    display: table-cell;
    vertical-align: top;
}

.manage-col1 {
    width: 40%;
}

.manage-col2 {
    width: 60%;
}

.lineupcontrol .manage-col1 a, .manage-col1 a:visited {
    color: #fff;
    display: block;
    float: left;
    margin: 0 15px 0 8px;
}

.lineupcontrol .manage-col1 a:hover {
    text-decoration: underline;
}

.lineupcontrol .manage-col1 a:before {
    content: " ";
    position: absolute;
    top: 4px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #00AEEF;
    border-bottom: 4px solid transparent;
}

.manage-col2 input[type=text], .manage-col2 select, .manage-col2 .form-select {
    margin: 3px 0 3px 0.5%;
}

div.playerhubcontainer .manage-col2 .row1, div.playerhubcontainer .manage-col2 .row2 {
    height: 35px;
}

div.playerhubcontainer .data-manage select, div.playerhubcontainer .data-manage .form-select {
    float: left;
    margin: 3px 0 3px 0.5%;
    width: 210px;
}

div.playerhubcontainer .data-manage input[type=text] {
    float: left;
    margin: 3px 0 3px 0.5%;
    width: 200px;
}

div.playerhubcontainer .data-manage .options-table {
    width: 100%;
}

div.playerhubcontainer .data-manage .options-table .form-select-text {
    padding: 0px 0px 0px 10px;
    width: 86%;
}

.manage-col2 input[type=text] {
    width: 44.5%;
}

.manage-col2 select, .manage-col2 .form-select {
    width: 48%;
    float: right;
}

/*table*/

.data-tbl, .data-tbl-red {
    width: 100%;
    font-size: 11px;
}

.data-tbl thead, .data-row-blue {
    background: #0476C6 !important;
    border-top: 1px solid #00AEEF;
}

.data-row-red {
    background: #90060A !important;
    border-top: none !important;
    text-align: center;
}

.data-tbl th {
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}

.data-tbl th, .data-tbl td, .data-tbl-red th, .data-tbl-red td {
    padding: 8px;
}

.data-tbl tbody, .data-tbl tbody tr:nth-child(even) {
    background: #2E353B;
}

.data-tbl tbody tr:nth-child(odd) {
    background: url(/Assets/Images/data-row-bg.jpg) repeat 0 0;
}

.data-tbl tbody tr {
    border-top: 1px solid #051831;
}

.data-tbl tbody tr td {
    /* Adding a 1px inset highlight for a more polished efect: */
    box-shadow: 0 -1px 0 rgba(75, 81, 87, 0.6) inset;
    -moz-box-shadow: 0 -1px 0 rgba(75, 81, 87, 0.6) inset;
    -webkit-box-shadow: 0 -1px 0 rgba(75, 81, 87, 0.6) inset;
}

.data-tbl tbody tr td+td {
    /* Adding a 1px inset highlight for a more polished efect: */
    box-shadow: 1px -1px 0 rgba(75, 81, 87, 0.6) inset;
    -moz-box-shadow: 1px -1px 0 rgba(75, 81, 87, 0.6) inset;
    -webkit-box-shadow: 1px -1px 0 rgba(75, 81, 87, 0.6) inset;
}

/* MATCH UP */

.data-split {
    border-top: 1px solid #fff;
    display: table;
    width: 100%;
    /*margin:10px 0 0 0;*/
    position: relative;
    z-index: 1;
}

.split-col1, .split-col2 {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.split-col1 {}

.split-col2 {
    border-left: 1px solid #fff;
}

.split-col1 .data-tbl-red td+td, .split-col2 .data-tbl-red td:first-child {
    width: 15%;
}

.split-col1 .data-tbl-red td+td {
    text-align: right;
    padding-right: 15px;
}

.split-col2 .data-tbl-red td:first-child {
    text-align: left;
    padding-left: 15px;
}

.vs-hold {
    background: #fff;
    color: #90060A;
    font-weight: bold;
    width: 21px;
    height: 18px;
    padding: 3px 0 0 0;
    text-align: center;
    position: absolute;
    top: 4px;
    left: 49%;
    right: 49%;
    z-index: 5;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

.data-matchup {
    display: table;
    width: 100%;
    margin: 0;
    padding: 15px 0 0 0;
}

.data-matchup .matchup-spacer {
    display: table-cell;
    width: 1px;
}

.data-matchup .matchup-cell {
    border: none;
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top;
    background: rgb(57, 65, 72);
    background: -moz-linear-gradient(top, rgba(57, 65, 72, 1) 0%, rgba(31, 38, 43, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(57, 65, 72, 1)), color-stop(100%, rgba(31, 38, 43, 1)));
    background: -webkit-linear-gradient(top, rgba(57, 65, 72, 1) 0%, rgba(31, 38, 43, 1) 100%);
    background: -o-linear-gradient(top, rgba(57, 65, 72, 1) 0%, rgba(31, 38, 43, 1) 100%);
    background: -ms-linear-gradient(top, rgba(57, 65, 72, 1) 0%, rgba(31, 38, 43, 1) 100%);
    background: linear-gradient(to bottom, rgba(57, 65, 72, 1) 0%, rgba(31, 38, 43, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394148', endColorstr='#1f262b', GradientType=0);
}

.data-matchup .matchup-select {
    background: #151D2A;
}

.data-matchup .matchup-cell a, .data-matchup .matchup-cell a:visited, .data-matchup .matchup-cell a:hover {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.data-matchup table {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.data-matchup table td {
    padding: 4px 8px;
    vertical-align: top;
}

.data-matchup table td+td {
    width: 30%;
    text-align: right;
}

/* LOGIN */

.bodyDiv a.link-forgot-password, .bodyDiv a.link-forgot-password:visited {
    color: #8E070B;
    float: left;
}

.bodyDiv a.link-forgot-password:hover {
    color: #fff;
    float: left;
}

.headercontrol a {
    cursor: pointer;
}

.bodyDiv .link-remember-me {
    float: left;
    margin-right: 15px;
}

/* Pagination styling */

div.pagination .active {
    color: #ccc;
}

a.actionSignIn, a.btnCreateLeague {
    color: #ccc;
}

/* register page */

/*div.logincontainer, div.registrationcontainer { width:50%; float:left; }*/

/*div.registrationpagecontainer .template-col1, div.registrationpagecontainer .template-col2 {width:50%;}*/

/* modal & error dialogs */

.messagecontainer {
    /*position: fixed;
    top: 50%;
    left: 50%;
    left: 0%;
    right: 0%;*/

    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

    .messagecontainer .syscontainer {
        background-color: rgba(250, 250, 250, 0.3);
        padding: 10px;
        max-width: 400px;
        margin: 0 auto;
        /*background-color:#E6E6E6; border:2px solid #B7B9BE;*/
        
    }

.messagecontainer .sysmessage {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 25px 15px;
    text-align: center;
    -moz-box-shadow: 0px 0px 10px #333;
    -webkit-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
}

.messagecontainer .msgerror {
    background-color: rgba(145, 6, 11, 1);
    color: #FFF;
}

.messagecontainer .msgalert {
    background-color: rgba(250, 250, 250, 1);
    color: #333;
}
/*.messagecontainer {
    position: absolute;
    top: 7%;
}*/

.messagecontainer .text {
    word-wrap: break-word;
}

.messagecontainer .closebutton {
    background: #999;
    font-size: 12px;
    position: absolute;
    width: 17px;
    height: 12px;
    padding: 0 0 5px 0;
    top: 5px;
    right: 5px;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.modalBackground {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #000;
    z-index: 3000;
}

.modalDialog {
    background-color: rgba(250, 250, 250, 0.3);
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    min-width: 300px;
    max-width: 1024px;
    padding: 10px;
    position: absolute;
    z-index: 3010;
}

.modalDialog .modalContainer {
    background-color: rgba(250, 250, 250, 1);
    color: #333;
    -moz-box-shadow: 0px 0px 10px #333;
    -webkit-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
}

.modalDialog .modalCopy {
    overflow-x: scroll;
    padding: 0 0 15px;
}

.modalDialog .modalTitle {
    background: #0476c6 none repeat scroll 0 0 !important;
    border-top: 1px solid #00aeef;
    font-size: 16px;
    font-weight: bold;
    font-size: 16;
    color: #FFF;
    padding: 10px;
}

.modalDialog .modalTitleClose {
    font-size: 16px;
    font-weight: bold;
    font-size: 16;
    color: #FFF;
    width: auto !important;
}

.modalDialog .modalContent {
    padding: 10px;
    margin-top: 10px;
}

.modalDialog .modalButtons {
    clear: both;
}

.modalDialog .modalButtons .btn {
    display: inline-block;
    margin: 5px;
    float: right;
    padding: 5px 10px;
    color: #fff;
}

.modalDialog .modalContent label {
    display: block;
    float: none;
    clear: both;
    padding: 0 0 8px;
    text-align: left;
}

.modalDialog input, .modalDialog select, .modalDialog textarea {
    float: left;
    margin: 0 0 8px;
}

.modalDialog input[type=text] {}

.viewplayer {
    text-decoration: underline;
}

#forgottenpassword .modalContainer {
    padding: 15px;
    width: 350px;
}

#forgottenpassword .modalContainer div.label, #forgottenpassword .modalContainer div.input {
    float: left;
}

#forgottenpassword .modalContainer tbEmailAddress {
    width: 200px;
}

#forgottenpassword .modalContainer div.label {
    padding-top: 1em;
    padding-right: 5px;
}

#forgottenpassword .modalContainer a {
    width: 100px;
    float: left;
}

#forgottenpassword .modalContainer a+a {
    margin-left: 10px;
}

#forgottenpassword .modalContainer .forgottenpasswordcontainer {
    line-height: 5px;
    padding: 10px 0 10px 0;
    vertical-align: middle;
}

#forgottenpassword .modalContainer .modalTitleText {
    font-weight: bold;
}

.dropdownwatermark {
    color: #CBCBCB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    outline: medium none;
}

.leaguetitle {}

.leagueincomplete {
    padding: 10px;
}

.playerstatscontrol th {
    color: White;
    font-size: 10px;
}

.playerstatscontrol td {
    color: White;
}

/*** Player Hub ***/

.phTBLHead {
    float: left;
}

.phSorting {
    float: right;
}

@font-face {
    font-family: 'Digital7';
    src: url('../Images/Draft/digital-7.eot');
    src: local('☺'), url('../Images/Draft/digital-7.woff') format('woff'), url('../Images/Draft/digital-7.ttf') format('truetype'), url('../Images/Draft/digital-7.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Countdown clock*/

.clockcontainer {
    float: right;
}

.clockcontainer .clockcontrol {
    height: 40px;
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 100;
}

.smallclockcontainer {
    float: right;
}

.smallclockcontainer .clockcontrol {
    height: 40px;
    position: absolute;
    right: 262px;
    top: 20px;
    z-index: 100;
}

.countdownclock {
    color: #E7292E;
    font-size: 12px;
    text-align: left;
}

.countdownclock .deadline {
    float: left;
    width: 140px;
    color: #FFF;
    padding: 5px 4px 0 0;
    font-weight: bold;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
    text-align: right;
}

.countdownclock .number {
    float: left;
    width: 45px;
    height: 100%;
    position: relative;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
}

.countdownclock .number .time {
    font-family: Digital7, Arial, Verdana;
    font-size: 30px;
    text-align: center;
}

.countdownclock .number .title {
    color: #FFF;
    font-size: 9px;
    text-align: center;
}

.countdownclock .colon {
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -3px;
}

.countdownclock .number:first-child:before {
    content: ' :dasdasdasd ';
}

.bigclockcontainer {
    float: right;
}

.bigclockcontainer .clockcontrol {
    height: 40px;
    position: absolute;
    right: 10px;
    top: 115px;
    z-index: 100;
}

.bigcountdownclock {
    color: #E7292E;
    font-size: 32px;
    text-align: center;
}

.bigcountdownclock .bigdeadline {
    color: #FFF;
    padding: 5px 4px 0 0;
    font-weight: bold;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
    text-align: center;
}

.bigcountdownclock .bignumber {
    float: left;
    width: 120px;
    height: 100%;
    position: relative;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
}

.bigcountdownclock .bignumber .bigtime {
    font-family: Digital7, Arial, Verdana;
    font-size: 60px;
    text-align: center;
}

.bigcountdownclock .bignumber .bigtitle {
    color: #FFF;
    font-size: 20px;
    text-align: center;
}

.bigcountdownclock .bigcolon {
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -3px;
}

.playerstatscontrol {
    overflow: hidden;
    overflow-x: scroll;
}

.chatbox .teamtagcontrol {
    margin: 10px;
    padding: 10px;
    min-height: 50px;
    width: 150px;
    float: left;
}

.chatbox .teamtagcontrol .imgProfilePic {
    width: 46px;
    height: 46px;
    background-color: black;
    float: left;
    position: relative;
}

.chatbox .teamtagcontrol .teamname {
    text-transform: uppercase;
}

.chatbox .teamtagcontrol .datetime {
    font-size: 10px;
}

.chatbox .teamtagcontrol .percentwon {
    position: absolute;
    bottom: 1px;
    right: 1px;
    background-color: transparent;
    color: White;
    border: 2px solid red;
    border-radius: 15px;
    height: 15px;
    text-align: center;
    vertical-align: middle;
    padding-top: 1px;
    font-size: 10px;
    font-weight: bold;
}

.chatbox .teamtagcontrol .info {
    background: none repeat scroll 0 0 #0476c6 !important;
    border-top: 1px solid #00aeef;
    width: 44px;
    height: 15px;
    padding: 2px;
}

.chatbox .teamtagcontrol .info .trophies {
    width: 50%;
    font-size: 10px;
    font-weight: bold;
    color: White;
    float: left;
}

.chatbox .teamtagcontrol .info .percentagewon {
    width: 50%;
    font-size: 10px;
    font-weight: bold;
    color: White;
    float: left;
}

.playerhubcontainer a,
.playerhubcontainer a:hover,
.playerhubcontainer a:visited {
    color: White;
}

/*HOME PAGE*/

#bodyHome .bodyHome {
    padding: 0;
    position: relative;
}

#bodyHome .linework {
    width: 100%;
    height: 75px;
    display: block;
    vertical-align: top;
}

.bodyHome {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bodyHome .left {
    width: 582px;
    padding: 15px 20px 40px;
    float: left;
    background: #fff;
}

.bodyHome .right {
    width: 260px;
    padding: 15px 20px 40px;
    /*min-height:843px;*/
    background: #e5e6e7 url(../Images/sp-bk.png) top repeat-x;
    float: right;
}

.bodyHome .default {
    background: none;
}



.bodyHome .banner {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.35)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#59000000', GradientType=0);
    padding: 25px;
    text-align: center;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    /*font-family: "Helvetica Neue";*/
    font-weight: 600;
    font-size: 22px;
    margin: 20px 0px
}

.bodyHome .banner a {
    color: white;
}

#bodyHome .banner p {
    font-size: 22px;
    line-height: 25px
}

.btn-hm {
    background: url(../Images/hm-signup.png) top center repeat-x;
    padding: 4px 10px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0;
}

.bodyHome p {
    padding: 0 0 5px 0;
}

.bodyHome .banner .btn-hm a {
    color: #fff;
    text-decoration: none
}

.bodyHome .qsteps {
    background: #e5e6e7;
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 10px
}

.bodyHome .contentcontainer {
    color: #000;
}

.bodyHome p.red {
    color: #a01119;
    font-weight: bold;
    text-transform: uppercase
}

.bodyHome .hmvid, .bodyHome .twitter {
    padding: 15px;
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 25px
}

.bodyHome .twitter {
    min-height: 300px;
}

.bodyHome .hmvid ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none
}

.bodyHome .hmvid li {
    background: url(../Images/hm-arrow.png) top 12px left no-repeat;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px 5px 12px
}

.bodyHome .hmvid li a {
    text-decoration: none;
    color: #000
}

.bodyHome .hmvid li a:hover {
    color: #a01119
}

.bodyHome .memberlogincontrol a, .bodyHome .memberlogincontrol a:visited {
    color: #0475C5;
    text-decoration: none;
    position: relative;
}

    .bodyHome .memberlogincontrol a:hover {
        color: #8ECEFD;
        text-decoration: none;
    }

.bodyHome .memberlogincontrol .btn1, .bodyHome .memberlogincontrol .btn2, .bodyHome .memberlogincontrol .btn3, .bodyHome .memberlogincontrol .btn4 {
    border: none;
    color: #fff;
}

.bodyHome .memberlogincontrol .btn1:hover, .bodyHome .memberlogincontrol .btn2:hover, .bodyHome .memberlogincontrol .btn3:hover {
    color: #fff;
}

.bodyHome .memberlogincontrol .btn4:hover {
    color: #ccc;
}

.bodyHome .memberlogincontrol h1, .bodyHome .memberlogincontrol h2, .bodyHome .memberlogincontrol h3 {
    color: #fff;
    /*font-family:'Titillium Web', Arial, Helvetica, sans-serif ; font-weight:400;*/
}

#bodyHome .bodyHome .memberlogincontrol h1 {
    border-bottom: 1px solid #838384;
    padding: 0 0 13px 0;
    color: #fff;
    font-size: 12px;
}

.bodyHome .memberlogincontrol .template-2-col {
    display: table;
    width: 100%;
    min-height: 500px;
    height: 500px;
}

.bodyHome .memberlogincontrol a.link-forgot-password, .bodyHome .memberlogincontrol a.link-forgot-password:visited {
    color: #8E070B;
    float: left;
}

.bodyHome .memberlogincontrol a.link-forgot-password:hover {
    color: #fff;
    float: left;
}


.bodyHome .memberlogincontrol .link-remember-me {
    float: left;
    margin-right: 15px;
}

h2.quickSteps {
    border-bottom: 1px solid #838384;
    font-family: 'Titillium Web', sans-serif;
    color: #000;
    padding-top: 0
}

.footerContainer {
    height: 80px;
    margin: 40px 0px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.35)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#59000000', GradientType=0);
}

.foot-top-col2 {
    margin-right: 22px;
    float: right;
}

.foot-top-col1 {
    width: 67%;
    padding-top: 0px;
    float: left;
}

.qsteps .options {
    height: 120px;
    padding: 10px 20px;
}

.qsteps .options a {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    width: 150px;
}

.tick {
    height: 100%;
    background-image: url("Iimages/tick.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.cross {
    height: 100%;
    background-image: url("Images/cross.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.conferencename {
    display: inline-block;
    vertical-align: top;
}

/*.conferencetable td, th {

  border: solid 1px white;

}*/

@media only screen and (max-width: 1005px) {}

@media only screen and (max-width: 768px) {
    /*  .bodyHome .right  

    {

        float:left;width:582px;clear:both; margin-top:20px;

    }*/
}

@media only screen and (max-width: 587px) {
    

}

@media only screen and (max-width: 479px) {}

/*---------------------------------*/

/*-------------NEW CSS-------------*/

/*---------------------------------*/

@media(max-width:350px) {
    .head-col2 h3 {
        font-size: 14px;
    }

    .playerinfo-wrap {
        width: 90px;
    }
}

@media(max-width:499px) {
    .mobimore-block {
        width: 43.25vw;
        height: 44vw;
        margin: 2.8vw 3vw;
        background-color: #333;
        display: inline-block;
        text-align: center;
        padding-top: 15px;
        font-size: 12px;
    }
    .mobimore-block img {
        max-width: 66%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .mobimore-block .text {
        color: #FFFFFF;
    }
}

@media(min-width:500px) {
    .mobimore-block {
        width: 30vw;
        height: 20vw;
        margin: 1vw;
        background-color: #333;
        display: inline-block;
        text-align: center;
        padding-top: 0.25vw;
        padding-top: 15px;
        color: #FFFFFF;
    }
    .mobimore-block img {
        max-width: 48%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .mobimore-block .text {
        color: #FFFFFF;
    }
}

@media(max-width:767px) {
    #bodyDiv .bodyDiv {
        padding-bottom: 100px;
        /*position: inherit;*/
    }

    #bodyHome .bodyHome h1 {
        font-size: 22px;
        color: #000;
        font-family: 'Titillium Web', sans-serif;
        font-weight: 400;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
    }

    .bodyHome h1, .bodyHome h2, .bodyHome h3 {
        color: #000;
        /*font-family:'Titillium Web', Arial, Helvetica, sans-serif ; font-weight:400;*/
    }

    .xs-sm-hidden, .headerbannercontainer, .topNav, .options-table, #footDiv, #HeaderControl_liProfile, #nav-hold {
        display: none;
    }
    div.playerhubcontainer .data-manage input[type=text] {
        margin: 0;
    }
    .leagescontrol h2 {
        color: #444;
        margin-left: 15px;
    }
    #headDiv {
        background-color: #0476C6;
        height: 70px;
        z-index: 2000;
    }
    .head-col1 {
        text-align: center;
    }
    .head-col1 img, .head-col2 img {
        max-width: 100%;
        height: auto;
    }
    .head-col2 img {
        right: 10px;
        position: relative;
    }
    #headDiv .headDiv {
        padding: 10px;
    }
    #headDiv .logoHold img {
        max-height: 50px;
    }
    .topNav {
        top: 20px;
    }
    #nav-icon {
        width: 40px;
        height: 30px;
        z-index: 999;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        margin: 10px 10px 6px 10px;
    }
    #nav-icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #fff;
        border-radius: 10px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    /* Icon 3 */
    #nav-icon span:nth-child(1) {
        top: 0px;
    }
    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
        top: 10px;
    }
    #nav-icon span:nth-child(4) {
        top: 20px;
    }
    #nav-icon.open span:nth-child(1) {
        top: 10px;
        width: 0%;
        left: 50%;
    }
    #nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #nav-icon.open span:nth-child(4) {
        top: 15px;
        width: 0%;
        left: 50%;
    }
    .navmenu-default {
        width: calc(85% - 40px);
        background-color: #333;
        border-color: #333;
        /* -webkit-box-shadow: 10px 0px 5px 100px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 10px 0px 5px 100px rgba(0, 0, 0, 0.5); */
        /* box-shadow: 10px 0px 5px 100px rgba(0, 0, 0, 0.5); */
        padding: 100px 20px 20px;
        color: #fff;
    }
    .navmenu-default a {
        color: #fff;
        text-decoration: none;
    }
    ul.slidenav {
        list-style-type: none;
        padding-left: 0px;
    }
    ul.slidenav li {
        margin: 20px 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #555;
    }
    ul.slidenav li:last-child {
        border-bottom: none;
    }
    ul.slidenav li.prim {
        font-size: 110%;
        font-weight: 700;
    }
    ul.slidenav li.sml {
        font-size: 95%;
    }
    ul.slidenav li.sml a {
        color: #999;
    }
    .mobifoot {
        position: fixed;
        bottom: 0px;
        width: calc(100vw + 10px);
        height: 50px;
        background-color: #fff;
        z-index: 850;
        color: #555;
        font-size: 10px;
        margin-left: -10px;
    }
    .mobifoot a {
        color: #555;
        text-decoration: none;
    }
    .mobifoot img {
        padding: 5px;
        max-width: 28px;
        height: auto;
    }
    .foot-block {
        width: 20%;
        float: left;
        text-align: center;
    }
    #cpMain_PlayerHubControl_pnlPaging a,
    #pnlPaging a,
    .pagingcontainer a {
        padding: 10px;
        border-radius: 3px;
        background-color: #0476C6;
        top: 20px;
        color: #fff;
    }
    #cpMain_PlayerHubControl_pnlPaging a.active,
    #pnlPaging a.active,
    .pagingcontainer a.active {
        background-color: #fff;
        color: #0476C6 !important;
    }
    #cpMain_PlayerHubControl_pnlPaging a:empty,
    #pnlPaging a:empty,
    .pagingcontainer a:empty {
        padding: 0px;
    }
    .countdownclock .deadline {
        float: none;
        width: auto;
        text-align: left;
        padding-left: 5px;
    }

    .accordion-toggle {
        cursor: pointer;
    }
    .accordion-toggle h4 {
        background-color: #0476C6;
        padding: 10px;
        color: #fff;
    }
    .accordion-toggle h4 span {
        line-height: 20px;
        margin-left: 10px;
        position: relative;
        top: -2px;
        font-size: 16px;
    }
    .accordian-close {
        display: none;
    }
    .accordian-close.show {
        display: block;
        float: right;
        top: -28px;
        position: relative;
        right: 10px;
    }
    .accordion-content {
        display: none;
        border: 1px solid #0476C6;
        margin-top: 0px;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .selectHold select {
        width: 100% !important;
    }
    div.playerhubcontainer .data-manage select, div.playerhubcontainer .data-manage .form-select {
        margin: unset;
        width: 100%;
    }
    div.playerhubcontainer .data-manage select, div.playerhubcontainer .data-manage .form-select {
        width: 100%;
    }
    .player {
        border-bottom: 1px solid #0476C6;
        /*background: linear-gradient(to top, white, transparent 50%);*/
        margin-top: 15px;
        min-height: 50px;
        vertical-align: middle;
    }
    .player h5 {
        font-size: 18px;
        margin: 0;
        color: #888;
    }
    .player ul.playerHub li strong {
        color: #b8b8b8 !important;
    }
    ul.playerHub {
        list-style-type: none;
        padding-left: 0px;
        font-size: 11px;
        color: #666;
        margin-top: 0px;
    }
    ul.playerHub li {
        display: inline-block;
    }
    ul.playerHub li:after {
        margin-right: 10px;
        margin-left: 10px;
        content: "|";
        color: #b8b8b8;
        display: inline-block;
    }
    ul.playerHub li:last-of-type:after {
        display: none;
    }
    ul.playerHub li:first-of-type:after {
        padding-left: 0px;
    }
    #playerstatscontainer {
        top: 80px !important;
        left: 50% !important;
        width: 90% !important;
        transform: translateX(-50%) !important;
        position: absolute;
    }
    div.playerhubcontainer .data-manage input[type=text] {
        width: calc(100% - 16px);
    }
    .table-responsive>.fixed-column {
        position: absolute;
        display: inline-block;
        width: auto;
        border-right: 1px solid #ddd;
    }
    .playerstatscontrol {
        overflow-x: scroll !important;
    }
    .playerstatscontrol::-webkit-scrollbar {
        height: 10px;
        widows: 10px;
    }
    .playerstatscontrol::-webkit-scrollbar-track {
        background-color: #fff;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .playerstatscontrol::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 10px 10px #0476C6;
        border-radius: 10px;
    }
    .homepagecontainer {
        width: 100%;
        position: relative;
        left: 0;
    }

    #textBodyDiv .textBodyDiv {
        width: 100%;
        position: relative;
        left: 0;
        padding: 5px 5px;
    }
    
    .dash-tile {
        background-color: #fff;
        margin: 0 -15px 50px;
    }
    ul.ytvids {
        list-style-type: none;
        padding: 0 15px;
    }
    ul.ytvids li {
        border-bottom: 1px solid #ddd;
        margin: 15px 0;
        padding-bottom: 15px;
    }
    ul.ytvids li a {
        color: #333;
        text-decoration: none;
    }
    .template-2-col {
        display: block !important;
        height: unset !important;
    }
    .template-2-col .template-col1 {
        width: 90% !important;
        display: block !important;
    }
    .template-2-col .copy-col-margin {
        display: block !important;
    }
    .template-2-col .template-col2 {
        width: 80vw !important;
    }
    .leagescontrol {
        width: 100% !important;
    }
    .leaguepadding {
        padding: 0px 10px 10px 0px;
    }
    #cpMain_MainMenuControl_HyperLink3 {
        margin-bottom: 40px;
    }
    .imghead {
        background-image: url(/Assets/Images/background.jpg);
        background-repeat: no-repeat;
        background-size: 120% 120%;
        background-position: center center;
        padding: 20px;
        width: calc(100vw - 40px);
        position: relative;
        margin-left: -30px;
        top: -20px;
        text-align: center;
    }
    .mobifoot-more.collapse.in {
        display: block !important;
    }
    html {
        background-color: #fff;
        background-image: none;
        color: #444;
    }
    .template-2-col .template-col1, .template-2-col .template-col2 {
        background: none;
    }
    .template-col2 h2, #cpMain_LeagueListControl_pnlLeagues, #cpMain_LeagueListControl2_pnlLeagues, #cpMain_LeagueListControl2_pnlLeagues ul li a, #cpMain_LeagueListControl2_pnlLeagues ul li a:visited, .template-col2 ul li a, .template-col2 ul li a:visited {
        color: #444;
    }
    .player .fas {
        color: #bbb;
    }
    .playerhubcontainer h1 {
        color: #444;
        font-size: 18px;
        padding-bottom: 30px;
    }
    .phSorting {
        display: block;
        width: calc(100% - 20px);
        background-color: #ccc;
        color: #444;
        padding: 10px;
        margin: -10px 0 15px;
    }
    .phSorting div {
        float: right;
        padding: 0 6px
    }
    .player h5 {
        width: 70%;
        float: left;
        font-size: 16px;
    }
	.add-player {
		width: 10%;
		float: left;
		font-size: 27px;
	}
    .info-player {
        width: 90%;
        float: right
    }
    .heading-player {
        margin-bottom: 20px;
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }
    .heading-player>.col-1 {
        width: 55%;
        float: left;
        margin-left: 15%;
        text-align: left;
    }
        .heading-player > .col-2 {
            width: 30%;
            float: right;
            text-align: right;
            margin-bottom: 20px;
        }
    .value-col {
        width: 30%;
        float: right;
        text-align: right;
        font-size: 16px;
        color: #0476C6;
        margin-right: -5px
    }
    #headDiv .logoHold {
        min-width: 65px;
    }
    .head-col2 {
        padding: 0px 0 0 5px;
        width: 100%;
    }
    .head-col2 h3 {
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }
    .btn5, .btn5:active, .btn5:visited {
        background-image: none;
        background-color: #0476C6;
        border-radius: 4px;
        text-align: center;
        font-size: 14px;
        color: #fff !important;
    }
}

@media(min-width:768px) {
    .offcanvas-sm, .mobifoot, .accordion-toggle h4, .md-up-hidden {
        display: none !important;
    }
    .twitter {
        min-height: 200px !important;
    }
    .accordion-content {
        display: block;
    }
    .selectHold {
        display: inline-block !important;
        width: calc(24.5% - 14px);
        padding: 1px 7px;
    }
    .table-responsive>.fixed-column {
        display: none;
    }
    /*.form-select {
        background: transparent;
        border: none;
    }
    .form-select .form-select-arrow {
        height: calc(100% - 2px);
        top: 1px;
        right: -6px;
        border: none;
    }
    .form-select .form-select-text {
        border-width: 1px;
    }*/
    .selectHold input {
        width: calc(100% - 10px) !important;
    }
    .selectHold select, .selectHold input {
        background-color: #fff;
        border-radius: 0px;
        border: 1px solid #cbcbcb;
    }
}

@media(min-width:768px) and (max-width:1023px) {
    #playerstatscontainer {
        transform: translate(-50%, -50%) !important;
        left: 50% !important;
        top: 50% !important;
        width: 90% !important;
    }
    div.playerhubcontainer .data-manage select, div.playerhubcontainer .data-manage .form-select {
        width: 100% !important;
    }
    .template-2-col {
        display: block !important;
        height: unset !important;
    }
    .template-2-col .template-col1 {
        width: 100% !important;
        display: block !important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .template-2-col .copy-col-margin {
        display: block !important;
    }
    .template-2-col .template-col2 {
        width: 80vw !important;
    }
    .leagescontrol {
        width: 100% !important;
        margin-bottom: 100px;
        margin-top: -50px;
    }
    .dash-tile {
        background-color: #fff;
        padding: 10px;
        margin-bottom: 50px;
        width: 90%;
        left: 3%;
        position: relative;
    }
    ul.ytvids {
        list-style-type: none;
        padding-left: 0px;
    }
    ul.ytvids li {
        border-bottom: 1px solid #ddd;
        margin: 15px 0;
        padding-bottom: 15px;
    }
    ul.ytvids li a {
        color: #333;
        text-decoration: none;
    }
    .imghead {
        background-image: url(/Assets/Images/background.jpg);
        background-repeat: no-repeat;
        background-size: 120% 120%;
        background-position: center center;
        padding: 20px;
    }
    .imghead p {
        text-align: center;
    }
}

@media(max-width:1023px) {
    .view-1024-up-hidden {
        display: block;
    }
    .view-1023-down-hidden {
        display: none;
    }
}

@media(min-width:1024px) {
    .view-1024-up-hidden {
        display: none;
    }
    .view-1023-down-hidden {
        display: block;
    }
}

.mobifoot-more.collapse {
    display: none !important;
}

.mobifoot-more {
    position: fixed;
    top: 0px;
    bottom: 50px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    text-align: center
}

a .mobimore-block {
    color: #ddd;
}

.fixed {
    overflow: hidden;
}

.selectHold {
    min-height: 30px;
    margin-bottom: 5px;
}

.selectHold select.form-select {
    width: 100% !important;
}

.selectHold:empty {
    display: none !important;
}

/*---------------------------------*/

/*-------------END NEW-------------*/

/*---------------------------------*/

@media(max-width:330px) {
    .head-col2 h3 {
        font-size: 13px !important;
    }
}

/* New September 2018 */

@media(max-width:767px) {
    body, html {
        color: #000;
    }

    h3 {
        padding: 0;
    }
    .page-head {
        border-bottom: 1px solid #888;
        padding: 10px;
    }
    #bodyDiv .bodyDiv {
        padding: 0 0 50px 0;        
    }
    #bodyDiv .template-col1 {
        margin: auto;
        padding: 0;
        width: 100% !important
    }
    .bodyDiv h1 {
        border: none;
        text-align: left;
        font-size: 18px;    
        font-weight: normal;
        color: #888;
        float: left;
        /*width: 60%;*/
        height: 100%;
    }
    .page-head h1 {
        text-align: center;
        float:none;
    }

    .textBodyDiv .data-tbl {
        color: #000;
    }

    #btnClose {
        background: #0476c6;
        color: white;
        border: none !important;
        /*min-height: auto;
        padding: 10px 20px;*/
    }
    
    
    .btn1, .btn1:active, .btn1:visited,
    .btn2, .btn2:active, .btn2:visited
     {
        /*background: #0476c6;*/
        background: #888;
        color: white !important;
        border-radius: 3px;
        border: none !important;
        min-height: auto;
        padding: 5px 10px;
    }

    .button,.btn,
    .btn-hm,
    .btn, .btn:active, .btn:visited,
    .btn3, .btn3:active, .btn3:visited,
    .btn4, .btn4:active, .btn4:visited {
        background: #0476c6;
        color: white !important;
        border-radius: 3px;
        border: none !important;
        min-height: auto;
        padding: 5px 10px;
    }

    /*.btn, .btn:active, .btn:visited {
        border: 1px solid #7C0000 !important;
        color: #ccc;
        background-color: rgb(145,6,10);
    }*/
        /* Hide Chat */
        #bodyDiv .chatpickstab {
		display:none;
	}

    .copy-hold {
        padding-top: 5px;
    }

    .data-hold {
        padding-top: 0px;
    }

    /* Clock */

    .clockcontainer {
        /*float: none;*/
    }

        .clockcontainer .clockcontrol {
            position: inherit;
            top: 0px;
        }

    /*.clockcontainer {
        float: right;
        width: 40%;
        padding-bottom: 5px;
    }*/

	.countdownclock {
        color: red;
        text-align: right;
    }
	.countdownclock .deadline {
		text-shadow: none;
        text-align: center;
        color: #888;
        padding: 0;
	}
	.countdownclock .number {
        text-shadow: none;
        width: 30px;
    }
    .countdownclock .number .time {
        font-size: 20px;
    }
    .countdownclock .number .colon {
        font-size: 20px;
        top: -4px;
        left: -4px;
    }
    .countdownclock .number .title {
        color: #888;
        font-size: 8px;
        font-stretch: condensed;
        padding-top: 5px;
    }

	.contentcontainer h1 {
		font-size: 20px;
		/*font-weight: bold;*/
		text-align: center;
        color: #888;
    }

    /* Home Page */

    #bodyHome .banner {
        background: #020B12 url(/Assets/Images/background.jpg) no-repeat 50% 0;
        background-size: 100% auto;
        padding: 20px;
        margin: 0;
        height: auto;
    }
    #bodyHome .banner p:first-child {
        font-size: 18px;
    }
    #bodyHome .banner p:nth-child(2) {
        font-size: 14px;
    }
    #bodyHome .banner .btn-hm {
        font-size: 14px;
        margin: 5px 0;
    }
    #bodyHome .left {
        float: none;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    #bodyHome .right {
        float: none;
        width: 100%;
        padding: 0 20px 20px 20px;
        box-sizing: border-box;
    }
    .footerContainer {
        margin: 20px 0 0 0;
    }

    .form-2col-row {
        display: table;
        width: 100%;
        margin-left: 5px;
    }

    /* Login */
    .logincontainer .template-col1 h1 {
        /*display: none;*/
    }
    .g-recaptcha>div {
        margin: auto;
    }
    .actionRegister {
        margin: 20px 0;
    }
    #FtrDiv {
        display: none;
    }
    .logincontrol {
        width:100%;
    }
    .logincontainer input[type=text],
    .logincontainer input[type=password] {
        height: 50px;
        font-size: 16px;
    }

    .memberlogincontrol {
        text-align: center;
        color: black;
    }
    .memberlogincontrol .form-2col-row label {
        display: none;
    }
    .memberlogincontrol .form-checkbox {
        float:none;
        vertical-align: middle;
        border: 1px solid #cbcbcb;
    }
    .memberlogincontrol .form-2col-row .form-cell+.form-cell {
        width: 100%;
    }
    .memberlogincontrol .form-2col-row .form-cell:first-child {
        width: 0%;
    }
    .memberlogincontrol .form-2col .form-foot-row .actionSignIn {
        float:none;
        width: 150px;
        margin: 10px 0;
        font-size: 16px;
        background: #0476c6;
        color: white;
        border: none !important;
        min-height: auto;
        padding: 10px 20px;
        left: 25%;
    }

    .bodyHome .memberlogincontrol .template-2-col {
        display: block;
        width: 100%;
        min-height: 500px;
        height: 500px;
    }

    .memberlogincontrol .form-2col .form-foot-row {
        padding: 0;
        margin: 20px 0;
    }
    .memberlogincontrol .form-2col .form-foot-row > div {
        margin: 10px 0;
    }

    .bodyHome .memberlogincontrol a.link-forgot-password, .bodyHome .memberlogincontrol a.link-forgot-password:visited {
        color: #8E070B;
        float: none;
    }

    .bodyHome .memberlogincontrol .link-remember-me {
        float: none;
    }

    .bodyHome .memberlogincontrol a.link-forgot-password:hover {
        color: #8E070B;
        float: none;
    }


    /*.bodyHome .memberlogincontrol .link-remember-me {
        float: left;
        margin-right: 15px;
    }*/

    .bodyHome .memberlogincontrol .link-forgot-password-mob {
        color: #fff;
        float: none;
    }

    .bodyHome .memberlogincontrol .link-remember-me-mob {
        
    }

    #bodyHome .bodyHome .memberlogincontrol h1 {
        color: #000;
    }



    .mob-login {
        padding-left: 5px;
    }

        /*.mob-login .form-checkbox {
            float: none;
            vertical-align: middle;
            border: 1px solid #cbcbcb;
        }*/

    .form-checkbox {
        float: none;
        vertical-align: middle;
        border: 1px solid #cbcbcb !important;
    }

    /* Dashboard */
    .homepagecontainer .dash-tile {
        margin: 0;
    }

    .homepagecontainer .youtubecontainer {
        position: relative;
        padding-top: 56.25%;
    }
    .homepagecontainer #showvideo {
        position: absolute;
        top: 0;
    }

    /* Line Up */

    .lineupcontrol .copy-hold {
        padding: 0px 20px 0;
    }

    .lineupcontrol .lineupcontainer {
        background-color: #fff;
    }

    .lineupcontrol .manage-col1 .btnShowPendingWaiversControl {
        padding: 10px;
        margin: 0;
        border-radius: 3px;
        color: white;
        background-color: #0476C6;
    }
    .lineupcontrol .manage-col1 .btnShowPendingWaiversControl::before {
        content: none;
    }

    .lineupcontrol .player {
        /*padding: 0 10px;*/
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 20px;
        border-bottom: 1px solid #ccc;
    }
    .lineupcontrol .heading-player {
        margin-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    .lineupcontrol .col-1 {
        padding-left: 15%;
        margin: 0;
        width: 59.5%;
    }
    .lineupcontrol .col-2 {
        width: 22.5%;
    }

	.lineupcontrol .playerHub {
		width: 75%;
    }
	.lineupcontrol h2 {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		border-bottom: 1px solid #0476C6;
		/* margin: 0 -36px; */
		padding: 5px;
		background-color: #0476C6;
	}

	.lineupcontrol .manage-col1 a {
		color: #888;
	}

	.lineupcontrol .form-select-text {
		border: none;
		padding: 0 0 0 5px;
	}

	.lineupcontrol .form-select-arrow {
		border: none;
		width: 20px;
	}

	.lineupcontrol .form-select-list {
		min-width: 100%
    }
    
    /* Player Hub */

    .playerhubcontainer .md-up-hidden {
        background-color: #fff;
    }
    
    .playerhubcontainer .player {
        padding: 0 20px;
    }
    .playerhubcontainer .heading-player {
        margin: 0 20px 20px;
    }
    .playerhubcontainer .col-1 {
        padding-left: 15%;
        margin: 0;
        width: 59.5%;
    }
    .playerhubcontainer .col-2 {
        width: 22.5%;
    }
    .playerhubcontainer .pagingcontainer {
        float: none;
    }
    .playerhubcontainer .pagingcontainer #button-container {
        height: 55px;
        text-align: center;
    }

    /* Match Up */

    .data-split {
        border-top: 1px solid #fff;
        /*display: block;*/
        width: 100%;
        /*margin:10px 0 0 0;*/
        position: relative;
        z-index: 1;
    }

	#bodyDiv .matchupcontrol .heading-matchup {
		color: #888;
		/*text-align: center;*/
		margin: 0;
		padding: 0;
	}

    .matchupcontrol .data-matchup {
        padding: 0;
    }

    .matchupcontrol .data-matchup-container {        
        width: 100%;
    }
    .matchupcontrol .data-matchup-mob {
        display: inline-block;
        margin-bottom: 20px;
        width: 100%;
        font-size: 11px;
        margin-left: 5px;
    }

    .data-matchup .matchup-cell {
        padding: 2px;
        background: #0476C6;
        max-width: 17%;
        min-width: 17%;
        display: inline-block;
        color: #fff;
    }

        .data-matchup .matchup-cell .matchup-cell-row {
            max-width: 100%;
        }

            .data-matchup .matchup-cell .matchup-cell-row .matchup-cell-row-team {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                max-width: 100%;
            }

    .matchupcontrol .matchup-select {
        background: #333
    }

    .data-matchup table td {
        vertical-align: top;
        padding: 4px 4px;
        font-size: 10px;
    }

	.matchupcontrol .col-1 {
		width: 50%;
		float: left;        
	}

    .matchupcontrol .matchup-overview {
        width: 50%;
        white-space: nowrap;
        overflow: hidden;
    }

    .matchupcontrol .matchup-team {
        font-size: 12px;
        font-weight: bold;
        color: #000;
        display: inline-block;
        max-width: 98%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 5px;
    }

    .matchupviewplayer {
        max-width: 98%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .matchupcontrol .matchup-score {
        font-size: 20px;
        color: #E7292E;
        margin: 0px;
    }

    playerinfo-wrap {
        width: auto;
        white-space: nowrap;
        overflow: hidden;
    }
    
    .matchupcontrol .col-2 {
        width: 50%;
        float: right;
    }

    .matchupcontrol .col-1 .col-1-heading {
        text-align: right;
    }

	.matchupcontrol .player {
		box-sizing: border-box;
		padding: 5px 10px;
		margin: 0;
		height: 80px;
		position: relative;
	}

	.matchupcontrol .player .info-player {
		width: 70%;
		float: left;
	}
	.matchupcontrol .value-col {
		width: 30%;
		margin-right: auto;
	}
	.matchupcontrol .col-2 .player .info-player {
		float: right;
		text-align: right;
	}
	.matchupcontrol .col-2 .value-col {
		float: left;
		text-align: left;
	}

	.matchupcontrol .player h5 {
		width: 100%;
		float: none;
		font-size: 12px;
	}

	.matchupcontrol .col-1 .player {
		border-right: 1px solid #0476C6;
	}
	.matchupcontrol .playerHub {
		position: absolute;
		bottom: 0;
		padding: 0 10px;
	}
	.matchupcontrol select {
		width: auto;
	}
    .matchupcontrol .form-select {
        width: 125px;      
        margin-right: 15px;
    }
	.matchupcontrol .form-select-text {
		border: none;
		padding: 0 0 0 5px;
	}

	.matchupcontrol .form-select-arrow {
		border: none;
		width: 20px;
	}

	.matchupcontrol .form-select-list {
		width: 100% !important;
    }

    /* Draft Results */
    /*

    .draftresultscontrol table {
        border-collapse: collapse;
        width: 100%;
        color: black;
        font-size: 14px;
    }
    .draftresultscontrol td,
    .draftresultscontrol th {
        border-bottom: 1px solid #ddd;
        padding: 8px;
    }
    .draftresultscontrol tr:nth-child(even) {
        background-color: #f2f2f2;
    }
    .draftresultscontrol th {
        padding: 12px 8px;
        text-align: left;
        background-color: #0476C6;
        color: white;
    }
    .draftresultscontrol td:first-child {
        color: #888;
        text-align: right;
    }
    .draftresultscontrol #pnlPaging a,
    .draftresultscontrol .pagingcontainer a {
        color: white;
    }
    .draftresultscontrol #pnlPaging a.active,
    .draftresultscontrol .pagingcontainer a.active {
        color: #0476C6;
    }

    .draftresultscontrol .pagingcontainer #button-container {
        height: 55px;
        text-align: center;
    }*/

    /* Pending Waivers */
    .waiverwirecontrol #pnlNoWaivers {
        color: black;
        padding: 20px;
    }

    /* Player Stats Modal */
    #playerstatscontainer {
        position: fixed;
        top: 50%;
        left: 50%;
        /* bring your own prefixes */
        transform: translate(-50%, -50%);
        width: auto;
        margin: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .modalDialog {
        background: none;
    }
    .modalDialog .modalContainer {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .modalDialog .modalTitle,
    .data-tbl thead {
        border: none;
    }
    .playerstatscontrol #pnlPlayerStats thead tr {
        background: #0476C6;
        color: white;
    }
    .playerstatscontrol #pnlPlayerStats tr {
        background: #eee;
        border: none;
    }
    .playerstatscontrol #pnlPlayerStats tr:nth-child(even) {
        background: #ddd;
    }
    .playerstatscontrol #pnlPlayerStats td {
        color: black;
        box-shadow: none;
    }

    .header h2 {
        color: #888;
    }

    .data-tbl, .data-tbl-red {
        width: 100%;
        font-size: 11px;
        color: #000;
    }

    .data-tbl thead, .data-row-blue {
        background: #0476C6 !important;
        border-top: 1px solid #00AEEF;
        color: #fff;
    }

    .data-row-red {
        background: #90060A !important;
        border-top: none !important;
        text-align: center;
    }

    .data-tbl th {
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
    }

    .data-tbl th, .data-tbl td, .data-tbl-red th, .data-tbl-red td {
        padding: 5px;
    }

    .data-tbl tbody, .data-tbl tbody tr:nth-child(even) {
        background: #fff;
        /*color: #888;*/
    }

        .data-tbl tbody tr:nth-child(odd) {
            background: #fff
        }

        .data-tbl tbody tr {
            border-top: 0px solid #051831;
            border-bottom: 1px solid #ddd;
        }

        .data-tbl tbody tr td {
            /* Adding a 1px inset highlight for a more polished efect: */
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
        }

        .data-tbl tbody tr td + td {
            /* Adding a 1px inset highlight for a more polished efect: */
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
        }

    .data-tbl .player {

    }

    .data-tbl .playerheading thead {
        border: none;
        background-color: #fff;
    }

    .data-tbl .playerheading th {
        background-color: #fff;
        color: #000;
        font-size: 14px;
        font-weight: bold;
        text-transform: none;
    }

    .data-tbl .playerlisting {
        border-bottom: 1px solid #ddd;
        color: #000;
    }

    .data-tbl .playerlisting .playerinfo {
        height: 32px;
    }

    /*.data-tbl .playerlisting .playerinfo .viewplayer {
        text-decoration: none;
        font-weight: bold;
    }*/

        .data-tbl .viewplayer {
            text-decoration: none;
            font-weight: bold;
        }

    .data-tbl .playerlisting .playerinfo .playersubinfo {
        color: #888;
        font-size: 10px;
    }

    .data-tbl .playerlisting .value-col {        
        text-align: right;
        font-size: 14px;
        color: #0476C6;        
        text-decoration: none;
        width: auto;
        float: none;
        margin-right: 0;

    }

    .actions {
        color: #000;
    }

    .viewplayer {
        text-decoration: none;
        font-weight: bold;
    }

    .summarycontrol .info {
        /*display: inline-block;*/
    }

    /*Countdown clock*/

    /*.clockcontainer {
        float: none;
    }

        .clockcontainer .clockcontrol {
            height: auto;
            position: inherit;

            z-index: 100;
        }

    .smallclockcontainer {
        float: none;
    }

        .smallclockcontainer .clockcontrol {
            height: auto;
            position: inherit;            
        }

    .countdownclock {
        color: #E7292E;
        font-size: 12px;
        text-align: left;
    }

        .countdownclock .deadline {
            float: left;
            width: 140px;
            color: #FFF;
            padding: 5px 4px 0 0;
            font-weight: bold;
            text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
            text-align: right;
        }

        .countdownclock .number {
            float: left;
            width: 45px;
            height: 100%;
            position: relative;
            text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
        }

            .countdownclock .number .time {
                font-family: Digital7, Arial, Verdana;
                font-size: 30px;
                text-align: center;
            }

            .countdownclock .number .title {
                color: #FFF;
                font-size: 9px;
                text-align: center;
            }

        .countdownclock .colon {
            font-size: 25px;
            font-weight: bold;
            position: absolute;
            top: 0;
            left: -3px;
        }

        .countdownclock .number:first-child:before {
            content: ' :dasdasdasd ';
        }*/

    .bigclockcontainer {
        
        width: 100%;
        float: none;
    }

        .bigclockcontainer .clockcontrol {
            height: auto;
            z-index: 100;
            position:inherit;
        }

    .bigcountdownclock {
        color: #E7292E;
        font-size: 16px;
        text-align: center;
    }

        .bigcountdownclock .bigdeadline {
            color: #000;
            padding: 5px 4px 0 0;
            font-weight: bold;
            text-shadow: none;
            text-align: center;
        }

        .bigcountdownclock .bignumber {
            
            width: auto;
            height: 100%;
            display: inline-block;
            text-shadow:  none;
            float: none;
        }

        .bigcountdownclock .bignumbergroup {
            text-align: center;
            height: auto;
        }

        .bigcountdownclock .bignumber .bigtime {
            font-family: Digital7, Arial, Verdana;
            font-size: 30px;
            text-align: center;
            
        }

        .bigcountdownclock .bignumber .bigtitle {
            color: #000;
            font-size: 10px;
            text-align: right;
            
        }

        .bigcountdownclock .bigcolon {
            font-size: 25px;
            font-weight: bold;
            position: initial;
            
        }

    .info .youtubecontainer {
        width: 100%;
        text-align: center;
    }

    .leaguetransactionslistcontrol .data-tbl {
        font-size: 9px;
    }

    .conferencename {
        display: block;
        vertical-align: inherit;
    }

    .transferText {
        color: #000;
    }

    .playerstatscontrol td {
        color: #000;
    }

    .tbPoints {
        width: 35px;
    }

    .tbPer {
        width: 20px;
    }
}

/*mobile table*/

.data-tbl-mobile {
    width: 100%;
    font-size: 10px;
    color: black;
    border-collapse:inherit;
    border:none;
    background-color: white;
}

.data-tbl-mobile thead, .data-row-blue {
    background: !important;
    /*border-top: 1px solid #00AEEF;*/
}


.leaguetable table {
    width: 100%;
    font-size: 11px;
    background-color: #fff;
}

.leaguetable td,
.leaguetable th {
    border-bottom: 1px solid #ddd;
    padding: 4px;
    color: #888;
}

.leaguetable .conheader {
    color: #fff;
    background-color: #0476C6;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: normal;
    padding: 5px;
}

/*.leaguetable tr:nth-child(even) {
    background-color: #f2f2f2;
}*/

.leaguetable th {
    /*padding: 12px 8px;*/
    text-align: center;
    /*background-color: #0476C6;*/
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.leaguetable td:first-child {
    color: #888;
    text-align: left;
}

.chatmessagescontainer #pnlPaging a,
.chatmessagescontainer .pagingcontainer a {
    color: white;
}

.chatmessagescontainer #pnlPaging a.active,
.chatmessagescontainer .pagingcontainer a.active {
    color: #0476C6;
}

.chatmessagescontainer .pagingcontainer #button-container {
    height: 55px;
    text-align: center;
}


